.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}



::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {

  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}

@media (max-width: 1481px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}

@media (max-width: 1281px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}

/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*弹性盒样式*/
.f-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-no-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: #f0efef;
  display: block;
  float: left;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #da3830;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #da3830;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.mbox{
  display: none;
}
.pcbox{
  display: block;
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body {
  background-color: #000;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*# sourceMappingURL=boc_reset.css.map */












.new_subbanner {}

.main {
  width: 78.125%;
  margin: 0 auto;
  position: relative;

}

.wr {
  width: 100%;
  position: relative;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.new_subbanner .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new_subbanner .txt .t1 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 3px;
}

.new_subbanner .txt .t2 {
  font-size: .725rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: .8rem;
  letter-spacing: 3px;
}

.new_main {
  background-color: #ebebeb;
  padding: 2.75rem 0;
}

.w1190 {
  width: 62%;
  margin: 0 auto;
}

.new_main .list1 .li {
  display: block;
  width: calc((100% - 1.4rem) / 3);
  margin-right: 0.7rem;
  height: 5.875rem;
  background-color: #fff;
  float: left;
  padding: 1.25rem 1rem 0;
  position: relative;
  margin-bottom: 0.7rem;
  border-radius: .2rem;
}

.new_main .list1 .li:nth-child(3) {
  margin-right: 0;
}

.new_main .list1 .li:last-child {
  margin-right: 0;
}

.new_main .list1 .li .t1 {
  font-size: .75rem;
  color: #000;
  line-height: 1;
}

.new_main .list1 .li .t2 {
  font-size: .35rem;
  color: #a9a9a9;
  line-height: .45rem;
  height: .9rem;
  margin-top: .45rem;
}

.new_main .list1 .li .yy {
  margin-top: 1rem;
  color: #000;
  font-size: .35rem;
}

.new_main .list1 .li .yy span:first-child {
  margin-right: 0.5rem;
}

.new_main .list1 .li .yyewm {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  width: 2.25rem;
  opacity: 0;
  transition: all 0.5s;
}

.new_main .list1 .li.on .yyewm {
  opacity: 1;
}

.imgli {
  width: calc((100% - ((100% - 1.4rem) / 3) - .7rem));
  height: 5.875rem;
  float: left;
  position: relative;
  margin-bottom: 0.7rem;
}

.imgli img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.new_main .list2 {
  margin-top: 3.25rem;
}

.new_main .list2 .li {
  display: block;
  width: calc((100% - 1.4rem) / 3);
  margin-right: 0.7rem;
  height: 12rem;

  float: left;
  position: relative;
  margin-bottom: 0.7rem;
  border-radius: .2rem;
  overflow: hidden;
}

.new_main .list2 .li .img {
  position: relative;
  width: 100%;

}

.new_main .list2 .li .txt {
  padding: 1.5rem 1.25rem 0;
  background-color: #fff;
  height: 60%;
}

.new_main .list2 .li .txt .t1 {
  font-size: .75rem;
  color: #000;
  line-height: 1;
}

.new_main .list2 .li .txt .t2 {
  font-size: .35rem;
  color: #a9a9a9;
  line-height: .45rem;
  height: .9rem;
  margin-top: .45rem;
}

.new_main .list2 .li .txt .yy {
  margin-top: 1rem;
  color: #000;
  font-size: .35rem;
}

.new_main .list2 .li .txt .yy span:first-child {
  margin-right: 0.5rem;
}

.new_main .list2 .li:last-child {
  margin-right: 0;
}

.new_main .list2 .li .lis {
  width: 100%;
  height: calc((100% - .7rem) / 2);
  margin-bottom: 0.7rem;
  border-radius: .2rem;
  background-color: #fff;
  display: block;
  padding: 1.5rem 1.25rem 0;
}

.new_main .list2 .li .lis:last-child {
  margin-bottom: 0;
}

.new_main .list2 .li .lis .t1 {
  font-size: .75rem;
  color: #000;
  line-height: 1;
}
.imgli .pc{
  display: block;
}
.imgli .mb{
  display: none;
}
.new_main .list2 .li .lis .t2 {
  font-size: .35rem;
  color: #a9a9a9;
  line-height: .45rem;

  margin-top: .45rem;
}

.new_main .list2 .li .lis .yy {
  margin-top: .6rem;
  color: #000;
  font-size: .35rem;
}

.new_main .list2 .li .lis .yy span:first-child {
  margin-right: 0.5rem;
}


.new_main .list2 .li .yyewm {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  width: 2.25rem;
  opacity: 0;
  transition: all 0.5s;
}

.new_main .list2 .li.on .yyewm {
  opacity: 1;
}

.news_sevb {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}

.news_sevb .imgh {
  transform: translateY(-20%);
  width: 6.975rem;
}

.news_sevb .right {
  padding-left: 3.5rem;
  padding-top: 0.6rem;
  text-align: center;
}

.news_sevb .right .t1 {
  font-size: .75rem;
  color: #000;
  line-height: 1;
  margin-bottom:0.55rem;
}

.news_sevb .right .t2 {
  font-size: .4rem;
  line-height: 1;

  color: #4b4b4b;
}

.news_sevb .right .ewmlist {
  font-size: 0;
  margin-top: 1.375rem;
  text-align: center;
}

.news_sevb .right .ewmlist .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .625rem;
  text-align: center;
}

.news_sevb .right .ewmlist .li .tit {
  font-size: .35rem;
}

 .new_subbanner .txt .list {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.new_subbanner .txt .list .li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 1.25rem;
}

.new_subbanner .txt .list .li .img {
  width: 2.5rem;
}

.new_subbanner .txt .list .li .txts {
  text-align: center;
  color: #fff;
  font-size: .6rem;
  margin-left: 0.3rem;
}

.cnfw {
  background-color: #fff;
}

.service_c {
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
}

/* .service_banner {
  width: 85%;
  margin: 0 auto;
  height: 3.25rem;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
}

.service_banner .wb_pro {
  display: block;
  width: auto;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
}

.service_banner .cur .wb_pro {
  background-color: #eee;
  border: 1px solid #ccc;
} */

.service_c ul {
  width: 90%;
  margin: 0 auto;
  border-top: 1px dashed #b4b4b4;
}

.service_c ul .tt {
  padding-left: 1.8rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed #b4b4b4;
  font-size: .5rem;
  color: #797979;
  background-repeat: no-repeat;
  background-position: 0.15rem center;
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.service_c ul .tt .img {
  margin-right: 0.3rem;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.6;
}

.service_c ul .tt span {
  width: 21px;
  height: 11px;
  background: url(../img/sggb/icon_down.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.65rem;
  top: 50%;
  margin-top: -5.5px;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s;
}

.service_c ul .tt.on {
  color: #005064;
}

.service_c ul .tt.on span {
  transform: rotate(-180deg);
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}

.service_c ul .tt.on .img {

  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}

.service_c ul .des {
  padding: 0.75rem 1.5rem;
  line-height: 0.75rem;
  font-size: 14px;
  color: #646464;
  border-bottom: 1px dashed #b4b4b4;
  display: none;
}

.service_c ul .des .dot {
  color: #005064;
}

.service_c .box {
  text-align: center;
  width: 90%;
  margin: 0.65rem auto 0;
}

.service_c .box .notice {
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.service_c .box .tt {
  font-size: 0.9rem;
  color: #4b4b4b;
  margin-bottom: 0.875rem;
  margin-top: 3.125rem;
}

.service_c .box img {
  display: block;
  margin: 0 auto;
}

.service_c .box p {
  font-size: 14px;
  color: #999999;
  margin-top: 0.05rem;
}

.cnfw .sitle {
  font-size: 1rem;
  color: #005064;
  text-align: center;
  margin-bottom: 1.7rem;
}

.w1365 {
  width: 71%;
  margin: 0 auto;
  position: relative;
}

.cnfw_b {
  margin-top: 1.95rem;
}

.cnfw_b .list .li {
  display: flex;
  width: calc((100% - 4rem) / 2);
  margin-right: 4rem;
  float: left;
  margin-bottom: 2.1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.cnfw_b .list .li:nth-child(2n) {
  margin-right: 0;
}

.cnfw_b .list .li .img {
  width: 2.35rem;
  height: 2.35rem;
  margin-right: .7rem;
}

.cnfw_b .list .li .txt {
  width: 80%;
}

.cnfw_b .list .li .t1 {
  font-size: .75rem;
  line-height: 1;
}

.cnfw_b .list .li .t2 {
  font-size: .35rem;
  margin-top: 0.6rem;
  color: #646464;
}

.home-container {
  width: 100%;
  height: 100vh;
  transform:translate3d(0,0,0);
  overflow: hidden;
  position: relative;
}


.home-container .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;

}

.banner-container {
  width: 100%;
  height: 100%;
  transform:translate3d(0,0,0);
  overflow: hidden;
  position: relative;
}

.banner-container .swiper-slide {
  width: 100%;
  height: 100vh;
  transform:translate3d(0,0,0);
  overflow: hidden;
}

.banner-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.banner-pagination {
  bottom: 1rem !important;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.banner-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 2px;
  border-radius: 0;
  background: #9c9c9c;
}

.banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.homeb img {
  width: 100%;
  height: calc(100% + 4px);
  position: relative;
  margin-top:-2px;
  display: none;
}

.homeb .txt {
  position: absolute;
  top:29%;
  /* left: 36.5%; */
  right: 22.5%;
  color: #fff;
  text-align: center;
}

.homeb .txt .t1 {
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 5px;
}

.homeb .txt .t2 {
  font-size: .4rem;
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: 2px;
}

.homeb .txt .moresa {
  width: 3.75rem;
  display: inline-block;
  margin-top: 0.4rem;
  font-size: .4rem;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  margin-top: .6rem;
  transition: all 0.5s;
}

.homeb .txt .moresa .t3 {
  font-size: .4rem;
  width: 100%;
  text-align: center;
  line-height: 1.1rem;
  letter-spacing: 2px;
}
.homeb .txt .moresa:hover{
  background-color: #fff;
  color: #000;
}
.homec .txt {
  top: 25.7%;
  left: -27.8%;
}

.homed .txt {
  top: 27.5%;
  left: 50%;
  transform: translateX(-50%);
}

.homee .txt {
  left: auto;
  right: 24.6%;
  top: 28%;
}

.homef .imglist {
  width: 100%;
  height: 100%;
  position: relative;
}

.homef .imglist .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homef .imglist .item img {
  width: 100%;
  height: 100%;
}

.table_list {
  position: absolute;
  bottom: 1rem;
  z-index: 33;
  width: 23.275rem;
  left: 50%;
  transform: translateX(-50%);

}

.table_list .table-container {
  overflow: hidden;
}

.table_list .swiper-slide {
  width: calc((100% - 1.2rem) / 4);
  height: 2.25rem;
  overflow: hidden;
  margin-right: 0.4rem;
}

.table_list .swiper-slide .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.table_list .swiper-slide .mak .tit {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.table_list .swiper-slide.swiper-slide-active .mak {
  opacity: 0;
}

.table_list .swiper-button-next {
  right: -2rem;
}

.table_list .swiper-button-prev {
  left: -2rem;
}

.table_list .swiper-slide.on .mak {
  opacity: 0;
}

.home-pagination {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 33;
}

.home-pagination .pagination-item {
  margin: 4px 0;
  height: 20px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.home-pagination .pagination-item .page-text {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: right;
  padding-right: 17px;
  display: none;
}

.home-pagination .pagination-item .page-dot {
  width: 2px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: .5;
}

.home-pagination .pagination-item.active .page-text {
  display: block;
}

.home-pagination .pagination-item.active .page-dot {
  opacity: 1;
}

.w1240 {
  width: 1000px;
  margin: 0 auto;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 1.8rem;
}
header .logo img{

}

header .w1240 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  align-content: space-between;
}

header .w1240 .header-nav-list ul {
  display: flex;
  height: 100%;
  align-items: center;
}

header .w1240 .header-nav-list ul li {
  margin-left: .75rem;
  height: 100%;
}
header .w1240 .header-nav-list ul li:first-child{
  margin-left: 0;
}
header .w1240 .header-nav-list .header-nav-txt {
  height: 100%;
}

header .w1240 .header-nav-list .header-nav-txt a {
  color: #fff;
  transition: all 0.5s;
  font-size: 15px;
  height: 100%;
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
}

.header-nav-list {
  height: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

header .shop {
  /* position: relative; */
  position: absolute;
  left: 76%;
}

header .shop .sub {
  position: absolute;
  left: 50%;
  top: 1rem;
  padding-top: 0.5rem;
  width: 6.4rem;
  transform: translateX(-50%);
  display: none;
}

header .shop .sub .list {
  border: 1px solid #dddfe2;
  box-shadow: 0 10px 21px rgb(0 0 0 / 5%);
  padding: 0.3rem 0.5rem 0;
  background-color: #f9fafb;
  position: relative;
}

header .shop .sub .list a {
  display: block;
  font-size: .35rem;
  line-height: .5rem;
  padding: 0.35rem 1rem;
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  border-bottom: 1px solid #e4e4e6;
  transition: all .3s;
}

header .shop .sub .list a {
  display: block;
  font-size: .35rem;
  line-height: .5rem;
  padding: 0.35rem 1rem;
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  border-bottom: 1px solid #e4e4e6;
  transition: all .3s;
}

header .shop .sub .list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.25rem;
  width: 0.45rem;
  height: 0.25rem;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
  background-image: url(../img/sggb/buy-sj.png);
}

.product_nav {
  width: 78.125%;
  position: absolute;
  top: 1.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  z-index: 50;
  display: none;
  padding: 0.25rem 0.5rem 1.0rem;
  overflow: hidden;
  z-index: 9999;
}

.product_nav li {
  box-sizing: border-box;
  float: none;
  display: block;
}

.product_nav .list1 {
  width: 23.2%;
  display: block;
  padding: 0 0.25rem;

}

.product_nav li>ul {
  display: none;
}

.product_nav li.on>ul {
  display: block;
  border-left: 1px solid #ddd;
}

.product_nav li.on>ul:last-child {
  border-right: 1px solid #ddd;
}

.product_nav li a {
  display: block;
  padding-left: 1.125rem;
  box-sizing: border-box;
  padding-right: 0.875rem;
  overflow: hidden;
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5rem;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.4rem;
}

.product_nav li a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: #017a85;
  font-size: 0.4rem;
}

.product_nav li:hover>a,
.product_nav li.on>a {
  background: #017a85;
  color: #fff;
}

.product_nav li:hover>a::after,
.product_nav li.on>a::after {
  opacity: 1;
  color: #fff;
}

.product_nav li.list4:hover a,
.product_nav li.list4.on a {
  background: none;
  color: none !important;
}

.product_nav .one {
  box-sizing: border-box;
  width: 21%;
  position: absolute;
  left: 24%;
  top: 0.25rem;
  padding: 0 0.25rem;
}

.product_nav .two {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0 0.25rem;
}

.product_nav .three {
  box-sizing: border-box;
  width: 150%;
  position: absolute;
  left: 100%;
  text-align: center;
  border: none !important;
  top: 0;
}

.product_nav li.list2 a {
  box-sizing: border-box;
  line-height: 1.575rem;
  font-size: 0.4rem;
}

.product_nav li.list3 {
  width: 18%;
}

.product_nav li.list3 a {
  box-sizing: border-box;
  line-height: 0.975rem;
  font-size: 0.35rem;
}

.product_nav li.list4 {
  width: 100%;
  padding-top: 0.75rem;
  text-align: center;
  border: none;
}

.product_nav li.list4 a {
  box-sizing: border-box;
  display: block;
  border-bottom: none;
  line-height: 1;
}

.product_nav li.list4 a::after {
  display: none !important;
}

.product_nav li.list4 a img {
  height: auto;
  width: auto;
  max-width: 92%;
  max-height: 85%;
  margin: auto;
}

.product_nav li.list4 a .pic2 img {
  height: auto;
  margin-bottom: 0.875rem;
  width: 80%;
}

.product_nav li.list4 a .pic {
  height: 6.5rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 6.5rem;
}

.product_nav li.list4 a .pic2 {
  height: 6.5rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 6.5rem;
}

.product_nav li.list4 a .pic3 {
  height: 6.5rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;

  text-align: center;
  line-height: 6.5rem;
}

.product_nav li.list4 a .pic3 img {
  height: 5.5rem;

  width: auto;
}

.product_nav li.list4 a .pic4 img {
  height: auto;

  width: auto;
}

.product_nav li.list4 a .pic5 img {
  height: 5.5rem;

  width: auto;
}

.product_nav li.list4 a p {
  font-size: 0.5rem;
  color: #333;
}

.product_nav li.list4 a span {
  margin-top: 0.25rem;
  font-size: 0.4rem;
  display: block;
  color: #666;
}

.bxgimgbox {
  box-sizing: border-box;
  width: 250%;
  position: absolute;
  left: 100%;
  text-align: center;
  border: none !important;
  top: 0;
  display: none;
}

.bxgimgbox.on {
  display: block;
}

.bxgimgbox .img {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  border: 0;
  margin-bottom: .5rem;
  height: 8rem;
}

.bxgimgbox .img img {

  max-width: 100%;
  max-height: 100%;
}

.bxgimgbox .txt {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
}

.bxgimgbox .txt span {
  margin-top: 0.25rem;
  font-size: 0.4rem;
  display: block;
  color: #666;
}
.home-container {
  position: relative;
  z-index:3;
}
.home-container .swiper-wrapper{
  transition: all .5s ease-in-out;
}

.home-container .swiper-slide.homefooter {
  height: auto !important;
}

.new_subbanner .txt .list .li .img img {
  width: 100%;
}

@media (max-width: 750px) {
  .home-container {
    height: auto;
    padding-top: 1.25rem;
  }

  .home-container .home-wrapper {
    display: block;
  }

  .banner-container {
    height: auto;
  }

  .banner-container .swiper-slide img {
    height: auto;
  }

  .homeb .txt {
    position: absolute;
    top: 12%;
    left: 7%;
    color: #fff;
    text-align: center;
    width: 86%;
    transform: translateX(0);
  }

  .homeb .txt .t1 {
    font-size: .6rem;
    font-weight: 700;
  }

  .homeb .txt .t2 {
    font-size: 0.28rem;
  }

  .homeb .txt .moresa {
    width: 2rem;
  }

  .homeb .txt .moresa .t3 {
    font-size: 0.3rem;
    line-height:.75rem;
  }

  .homef .imglist .item {
    position: relative;
    top: 0;
    left: 0;
  }

  .table_list {
    width: 100%;
  }

  .table_list .swiper-slide .mak .tit {
    font-size: 12px;
  }

  .table_list .swiper-slide {
    width: calc((100% - 1.2rem) / 3);
    height: 1.5rem;
  }

  .new_subbanner .txt .t1 {
    font-size: .6rem;
  }

  .new_subbanner .txt .list .li {
    margin: 0 0.25rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .new_subbanner .txt .list .li .img {
    width: 1rem;
  }

  .new_subbanner .txt .list .li .txts {
    text-align: center;
    color: #fff;
    font-size: .24rem;
    margin-left: 0;
    white-space: nowrap;
    margin-top: 0.3rem;
    line-height: 1.5;
  }

  .service_c {
    padding: 1rem 0;
  }

  .w1365 {
    width: 90%;
  }
  .cnfw .sitle{
    font-size: 0.4rem;
    margin-bottom: 0.7rem;
  }
  .service_c ul{
    width: 100%;
  }
  .service_c ul .tt{
    padding: 0.3rem !important;
  }
  .service_c ul .tt .img{
    width: 0.6rem;
  }
  .service_c ul .tt .img img{
    width: 100%;
  }
  .service_c.s1s ul .tt{
    font-size: .28rem;
  }
  .service_c ul .des{
    padding: 0.3rem;
  }
  .cnfw_b{
    margin-top: 0rem;
    padding: 0.6rem 5%;
  }
  .cnfw_b .list .li{
    width: 100%;
    margin-bottom: 0.85rem;
  }
  .cnfw_b .list .li .img{
    width: 1rem;
  }
  .cnfw_b .list .li .t1{
    font-size: 0.5rem;
  }
  .cnfw_b .list .li .t2{
    font-size: 14px;
    line-height: 1.5;
  }
  .guider2 a{
    display: inline-block;
  }
  .main{
    width: 90%;
  }
  .new_subbanner .txt .t2{
    font-size: 0.32rem;
  }
  .new_main{
    padding: 0.85rem 0;
  }
  .w1190{
    width: 90%;
  }
  .new_main .list1 .li{
    width: 100%;
    padding: 0.5rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .new_main .list1 .li .t1{
    font-size: 0.32rem;
  }
  .new_main .list1 .li .t2{
    font-size: 14px;
  }
  .new_main .list1 .li .yy{
    font-size: 14px;
   
  }
  .imgli{
    width: 100%;
    height: auto;
  }
  .imgli img{
    height: auto;
    width: 100%;
    position: relative;
  }
  .imgli .pc{
    display: none;
  }
  .imgli{
    margin-top: -3.5rem;
    width: 3rem;
    margin-left: 3.5rem;
  }
  .imgli .mb{
    display: block;
  }
  .new_main .list2{
    margin-top: 0.6rem;
  }
  .new_main .list2 .li{
    width: 100%;
  }
  .new_main .list2 .li .txt{
    padding: 0.5rem;
  }
  .new_main .list2 .li .txt .t1,.new_main .list2 .li .lis .t1{
    font-size: .32rem;
  }
  .new_main .list2 .li .txt .t2,.new_main .list2 .li .lis .t2{
    font-size: 14px;
  }
  .new_main .list2 .li .txt .yy,.new_main .list2 .li .lis .yy{
    font-size: 14px;
  }
  .new_main .list2 .li .txt{
    height: auto;
  }
  .new_main .list2 .li{
    height: auto;
    margin-bottom: 0.5rem;
  }
  .new_main .list2 .li .txt .yy{
    margin-top: 0.5rem;
  }
  .new_main .list2 .li .lis{
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }
  .news_sevb{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_sevb .imgh{
    width: 4rem;
    transform: translateY(-10%);
  }
  .news_sevb .right{
    padding: 0.5rem 5%;
  }
  .news_sevb .right .t1{
    font-size: 0.65rem;
  }
  .news_sevb .right .t2{
    font-size: 18px;
  }
  .news_sevb .right .ewmlist .li{
    margin:  0 0.25rem;
  }
  .news_sevb .right .ewmlist .li .tit{
    font-size: 14px;
    line-height: 2;
  }
  .home-pagination{
    display: none;
  }
  .pcbox{
    display: none;
  }
  .mbox{
    display: block;
  }
  .banner-pagination .swiper-pagination-bullet{
    width: 0.5rem;
  }
  .home-container .swiper-slide{
    height: auto;
  }
  .table_list .swiper-slide{
    height: 1.5rem !important;
  }
}
img{
  max-width: 100%;
  display: inline-block;
}


